runtime.stackScanState.findObject (method)

2 uses

	runtime (current package)
		mgcmark.go#L844: 		obj := state.findObject(p)
		mgcstack.go#L333: func (s *stackScanState) findObject(a uintptr) *stackObject {